Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #107

Merged
merged 1 commit into from
Dec 10, 2018
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 10, 2018

This PR contains the following updates:

Package Type Update Change References
codecov devDependencies minor ^3.0.0 -> ^3.1.0 source
eslint devDependencies minor ^5.5.0 -> ^5.10.0 homepage, source
eslint-plugin-html devDependencies patch ^4.0.1 -> ^4.0.6 source
eslint-plugin-jest devDependencies minor ^21.22.0 -> ^21.27.2 source
eslint-plugin-promise devDependencies patch ^4.0.0 -> ^4.0.1 source
fs-extra dependencies patch ^7.0.0 -> ^7.0.1 source
jest devDependencies minor ^23.5.0 -> ^23.6.0 homepage, source
jimp dependencies minor ^0.5.0 -> ^0.6.0 source
jimp dependencies patch ^0.5.0 -> ^0.5.6 source
jsdom devDependencies minor ^12.0.0 -> ^12.2.0 source
lerna devDependencies minor ^3.2.1 -> ^3.6.0 homepage, source
nuxt-edge devDependencies patch ^2.0.0-25597267.9a70280 -> ^2.0.0-25638738.d69b4b8 source
workbox-build dependencies minor ^3.4.1 -> ^3.6.3 source

Release Notes

codecov/codecov-node

v3.1.0

Compare Source

Custom Yaml file
Token from .codecov.yml

v3.0.4

Compare Source

Security fixes

v3.0.3

Compare Source

Fix for not git repos

v3.0.2

Compare Source

v3.0.1

Compare Source

Fixing security vulnerability

eslint/eslint

v5.10.0

Compare Source

v5.9.0

Compare Source

v5.8.0

Compare Source

v5.7.0

Compare Source

v5.6.1

Compare Source

v5.6.0

Compare Source

  • c5b688e Update: Added generators option to func-names (fixes #​9511) (#​10697) (Oscar Barrett)
  • 7da36d5 Fix: respect generator function expressions in no-constant-condition (#​10827) (Julian Rosse)
  • 0a65844 Chore: quote enable avoidEscape option in eslint-config-eslint (#​10626) (薛定谔的猫)
  • 32f41bd Chore: Add configuration wrapper markdown for the bug report template (#​10669) (Iulian Onofrei)
BenoitZugmeyer/eslint-plugin-html

v4.0.6

Compare Source

v4.0.5

Compare Source

v4.0.4

Compare Source

v4.0.3

Compare Source

v4.0.2

Compare Source

jest-community/eslint-plugin-jest

v21.27.2

Compare Source

Bug Fixes
  • valid-expect-in-promise: fix type exception (60919f6), closes #​195

v21.27.1

Compare Source

Bug Fixes

v21.27.0

Compare Source

Features

v21.26.2

Compare Source

Bug Fixes
  • no-focused-tests: detect usage like 'fit.each()' (63e6818), closes #​188

v21.26.1

Compare Source

Bug Fixes

v21.26.0

Compare Source

Features

v21.25.1

Compare Source

Bug Fixes
  • no-disabled-tests: stop picking up all funcs that start it/test (9b5939e)
  • prefer-expect-assertions: fix greedy regex (9a6ce6c)

v21.25.0

Compare Source

Features

v21.24.2

Compare Source

Bug Fixes

v21.24.1

Compare Source

Bug Fixes
  • no-focused-tests: detect usage like 'test.only.each()' (4e4313e)

v21.24.0

Compare Source

Bug Fixes
Features

v21.23.0

Compare Source

Features

v21.22.1

Compare Source

Bug Fixes
xjamundx/eslint-plugin-promise

v4.0.1

Compare Source

  • Remove promise/param-names fixer
    (#​146)
jprichardson/node-fs-extra

v7.0.1

Compare Source

  • Fix removeSync() on Windows, in some cases, it would error out with ENOTEMPTY (#​646)
  • Document mode option for ensureDir*() (#​587)
  • Don't include documentation files in npm package tarball (#​642, #​643)
facebook/jest

v23.6.0

Compare Source

Features
  • [jest-cli] Add changedSince to allowed watch mode configs (#​6955)
  • [babel-jest] Add support for babel.config.js added in Babel 7.0.0 (#​6911)
  • [jest-resolve] Add support for an experimental mapper option (Watchman crawler only) that adds virtual files to the Haste map (#​6940)
Fixes
  • [jest-resolve] Only resolve realpath once in try-catch (#​6925)
  • [expect] Fix TypeError in toBeInstanceOf on null or undefined (#​6912)
  • [jest-jasmine2] Throw a descriptive error if the first argument supplied to a hook was not a function (#​6917) and (#​6931)
  • [jest-circus] Throw a descriptive error if the first argument supplied to a hook was not a function (#​6917) and (#​6931)
  • [expect] Fix variadic custom asymmetric matchers (#​6898)
  • [jest-cli] Fix incorrect testEnvironmentOptions warning (#​6852)
  • [jest-each] Prevent done callback being supplied to describe (#​6843)
  • [jest-config] Better error message for a case when a preset module was found, but no jest-preset.js or jest-preset.json at the root (#​6863)
  • [jest-haste-map] Catch crawler error when unsuccessfully reading directories (#​6761)
Chore & Maintenance
  • [docs] Add custom toMatchSnapshot matcher docs (#​6837)
  • [docs] Improve the documentation regarding preset configuration (#​6864)
  • [docs] Clarify usage of --projects CLI option (#​6872)
  • [docs] Correct failure-change notification mode (#​6878)
  • [scripts] Don’t remove node_modules from subdirectories of presets in e2e tests (#​6948)
  • [diff-sequences] Double-check number of differences in tests (#​6953)
oliver-moran/jimp

v0.6.0

Compare Source

v0.5.6

Compare Source

v0.5.5

Compare Source

🐛 Bug Fix
Committers: 1

v0.5.4

Compare Source

🐛 Bug Fix
Committers: 5

v0.5.3

Compare Source

🐛 Bug Fix
Committers: 1

v0.5.2

Compare Source

🐛 Bug Fix
Committers: 1

v0.5.1

Compare Source

🐛 Bug Fix
🏠 Internal
Committers: 2
jsdom/jsdom

v12.2.0

Compare Source

  • Added support for shadow DOM! This includes shadow roots, slots, composed events, and more. (pmdartus)
  • Added the element.toggleAttribute() method.
  • Fixed XMLHttpRequest sometimes sending an empty request body after a preflight request. (andreasf)
  • Fixed the formElement.form property to use an algorithm that also checks the form="" attribute, instead of always looking for the closest ancestor <form> element. (jamietre)
  • Stopped swallowing errors when the canvas or canvas-prebuilt packages were installed, but failed to load. (joscha)

v12.1.0

Compare Source

  • Dramatically upgraded our XML parser, from the unmaintained sax package to the well-maintained saxes replacement. This increases our specification conformance, including rejecting certain ill-formed XML documents that were previously accepted, and properly handling other constructs like empty comments, CDATA sections, and <script> elements. (lddubeau)
  • Added fieldsetEl.elements and fieldsetEl.type properties.
  • Added the options parameter to dom.runVMScript(). (SimenB)
  • Added the ability for custom resource loader fetch() implementations to see what element initiated the fetch. (sarvaje)
  • Fixed input and change events for <input> elements to be trusted and uncancelable.
  • "Fixed" <script>s with the async attribute to not execute before sync <script>s that precede them. We still do not, in general, have proper execution of scripts during the initial parsing of a document, so this fix is more of a reduction of badness than an alignment with the specification. This behavior regressed in v12.0.0. (sarvaje)
lerna/lerna

v3.6.0

Compare Source

Bug Fixes
Features
  • add: Add --no-bootstrap option (89bb928)
  • bootstrap: Support --force-local option (#​1807) (25572af), closes #​1763
  • Migrate existing usage to libnpm (0d3a786), closes #​1767
  • create: Migrate npm info subprocess to libnpm.manifest (65a1d1b)
  • listable: Add --toposort option (b387881), closes #​1652
  • npm-dist-tag: Use fetch API instead of CLI to make changes (54008c6)
  • publish: Add a "from-package" positional argument (#​1708) (16611be), closes #​1648
  • publish: Attempt profile retrieval before whoami endpoint during user validation (38097d8)

3.5.1 (2018-11-29)

Bug Fixes
  • publish: Pass explicit list of files to checkout instead of globs (a4c57c2), closes #​1786

v3.5.1

Compare Source

Bug Fixes
Features
  • add: Add --no-bootstrap option (89bb928)
  • bootstrap: Support --force-local option (#​1807) (25572af), closes #​1763
  • Migrate existing usage to libnpm (0d3a786), closes #​1767
  • create: Migrate npm info subprocess to libnpm.manifest (65a1d1b)
  • listable: Add --toposort option (b387881), closes #​1652
  • npm-dist-tag: Use fetch API instead of CLI to make changes (54008c6)
  • publish: Add a "from-package" positional argument (#​1708) (16611be), closes #​1648
  • publish: Attempt profile retrieval before whoami endpoint during user validation (38097d8)

3.5.1 (2018-11-29)

Bug Fixes
  • publish: Pass explicit list of files to checkout instead of globs (a4c57c2), closes #​1786

v3.5.0

Compare Source

Bug Fixes
  • conventional-commits: Bump minimum dependency ranges for node v11 compat (76fad65)
  • prettier (001a6df)
  • Update yarn workspaces error prompt link (#​1756) (d6e6a42)
  • publish: Ignore non-release tags when detecting from-git (#​1782) (3cb7465)
  • version: Add friendly error message when remote branch doesn't exist (#​1741) (cd34b48)
  • version: Don't version private packages lacking a version field (#​1654) (578bb19)
Features
  • publish: Add option --no-git-reset to leave unstaged changes in working tree (#​1791) (eae5619)
  • run: Log package name and timing in runScriptInPackageCapturing (#​1781) (b69a728)
  • version: Add --include-merged-tags option (#​1712) (7ee05d7)

3.4.3 (2018-10-10)

Bug Fixes
  • publish: Use correct field name when limiting retries (76589d4)

3.4.2 (2018-10-09)

Bug Fixes
  • publish: Prevent retries during access validation so third-party registries are skipped faster (a89ae62)
  • publish: Use modern auth resolution (7ba41a6)

3.4.1 (2018-10-04)

Bug Fixes
  • add: Allow --registry option (597606c)
  • bootstrap: Constrain npm-conf argument object to options.registry only (987fd26)
  • conventional-commits: Upgrade angular preset, ensure header is not duplicated (159a0b0), closes #​1696
  • conventional-commits: Upgrade dependencies (9752f3e), closes #​1641 #​1661
  • npm-conf: Do not overwrite defaults with undefined cli keys (25af71d)
  • publish: Overwrite Yarn registry proxy when encountered (f7fdc77)
  • publish: Set token on npm config, allow third-party registries to remain non-compliant (06a9479)

v3.4.3

Compare Source

Bug Fixes
  • conventional-commits: Bump minimum dependency ranges for node v11 compat (76fad65)
  • prettier (001a6df)
  • Update yarn workspaces error prompt link (#​1756) (d6e6a42)
  • publish: Ignore non-release tags when detecting from-git (#​1782) (3cb7465)
  • version: Add friendly error message when remote branch doesn't exist (#​1741) (cd34b48)
  • version: Don't version private packages lacking a version field (#​1654) (578bb19)
Features
  • publish: Add option --no-git-reset to leave unstaged changes in working tree (#​1791) (eae5619)
  • run: Log package name and timing in runScriptInPackageCapturing (#​1781) (b69a728)
  • version: Add --include-merged-tags option (#​1712) (7ee05d7)

3.4.3 (2018-10-10)

Bug Fixes
  • publish: Use correct field name when limiting retries (76589d4)

3.4.2 (2018-10-09)

Bug Fixes
  • publish: Prevent retries during access validation so third-party registries are skipped faster (a89ae62)
  • publish: Use modern auth resolution (7ba41a6)

3.4.1 (2018-10-04)

Bug Fixes
  • add: Allow --registry option (597606c)
  • bootstrap: Constrain npm-conf argument object to options.registry only (987fd26)
  • conventional-commits: Upgrade angular preset, ensure header is not duplicated (159a0b0), closes #​1696
  • conventional-commits: Upgrade dependencies (9752f3e), closes #​1641 #​1661
  • npm-conf: Do not overwrite defaults with undefined cli keys (25af71d)
  • publish: Overwrite Yarn registry proxy when encountered (f7fdc77)
  • publish: Set token on npm config, allow third-party registries to remain non-compliant (06a9479)

v3.4.2

Compare Source

Bug Fixes
  • publish: Use correct field name when limiting retries (76589d4)

v3.4.1

Compare Source

Bug Fixes
  • publish: Prevent retries during access validation so third-party registries are skipped faster (a89ae62)
  • publish: Use modern auth resolution (7ba41a6)

v3.4.0

Compare Source

Features
  • publish: Use APIs for validation queries instead of CLI (65fc603)

3.3.2 (2018-09-12)

Bug Fixes

3.3.1 (2018-09-11)

Bug Fixes
  • create: Upgrade whatwg-url to ^7.0.0 (00842d6)
  • import: Handle filepaths with spaces more robustly (#​1655) (b084293)
  • prompt: Upgrade inquirer to ^6.2.0 (ebb7ee4)
  • publish: Tell yarn to stop creating git tags (2a6f0a4), closes #​1662

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3eafd97 to f3a767d Compare December 10, 2018 08:11
@pi0 pi0 merged commit 5b14027 into dev Dec 10, 2018
@pi0 pi0 deleted the renovate/all-minor-patch branch December 10, 2018 08:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants